This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Frank Asafanatexnivu 28.Jan.04 01:58 PM a Web browser Domino Designer6.0.2 CF1Windows 2000
Hi there:
I'm using this code to pass a value from a pop-up window to its parent window.
opener.document.forms(0).ItemCategory.value=data;
The value does appear in the editable text box on the parent window, but when I try to use that value, it tells me that the field value is null even though it is not!!!